@charset "utf-8";
/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */
/*CSS Document*/
/*init BEGIN*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
}
/*清除内外边距*/
a:focus {
  -moz-outline-style: none;
}
/*IE不支持*/
a:focus {
  outline: none;
}
/*很多网站都会加的属性*/
body,
button,
input,
select,
textarea {
  /*for ie*/
  /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
  font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /*用 ascii 字符表示，使得在任何编码下都无问题*/
}
/*设置默认字体*/
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/*将斜体扶正*/
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
/*统一等宽字体*/
small {
  font-size: 12px;
}
/*小于 12px 的中文很难阅读，让 small 正常化*/
ul,
ol {
  list-style: none;
}
/*重置列表元素*/
a {
  text-decoration: none;
}
/*重置文本格式元素*/
abbr[title],
acronym[title] {
  /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
/*重置表单元素*/
legend {
  color: #000;
}
/*for ie6*/
fieldset,
img {
  border: none;
}
/*img 搭车：让链接里的 img 无边框*/
/*注：optgroup 无法扶正*/
button,
input,
select,
textarea {
  font-size: 100%;
  /*使得表单元素在 ie 下能继承字体大小*/
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*重置表格元素*/
hr {
  border: none;
  height: 1px;
}
/*重置 hr*/
html {
  overflow-y: scroll;
}
/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
/*清除float BEGIN*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  display: block;
  zoom: 1;
}
/*清除float END*/
/*init END*/
/*banner BEGIN*/
.cg_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/*子页banner高度*/
.cg_banner,
.cg_banner_listbox,
.cg_banner_listbox ul,
.cg_banner_listbox ul li,
.cg_banner_listbox ul li a {
  display: block;
  height: 295px;
}
/*首页banner高度*/
.cg_banner.cg_index_banner,
.cg_index_banner .cg_banner_listbox,
.cg_index_banner .cg_banner_listbox ul,
.cg_index_banner .cg_banner_listbox ul li,
.cg_index_banner .cg_banner_listbox ul li a {
  display: block;
  height: 420px;
}
.cg_banner_listbox {
  position: relative;
  height: 100%;
  z-index: 0;
}
.cg_banner_listbox ul li {
  zoom: 1;
  vertical-align: middle;
}
/*li按钮*/
.cg_banner .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 5px;
  z-index: 1;
  width: 100%;
}
.cg_banner .hd ul {
  overflow: hidden;
  zoom: 1;
  clear: both;
  width: 100%;
  text-align: center;
}
.cg_banner .hd ul li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0 2px;
  width: 30px;
  height: 8px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  line-height: 8px;
  color: #fff;
}
.cg_banner .hd ul li.on {
  background: #f00;
  color: #f00;
}
/*前/后按钮代码*/
.cg_banner .prev,
.cg_banner .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 9;
}
.cg_banner .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.cg_banner .prev:hover,
.cg_banner .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.cg_banner .prevStop {
  display: none;
}
.cg_banner .nextStop {
  display: none;
}
/*banner END*/
/*上下篇 BEGIN*/
.sub_updown_hei {
  height: 37px;
  line-height: 37px;
}
.sub_updown {
	float: left;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 14px;
  padding: 4px 0;
  width: 100%;
}
.sub_updown div {
  overflow: hidden;
  margin: 6px 0px;
  height: 37px;
  line-height: 37px;
  width: 50%;
  float: left;
}
.sub_updown div a {
  display: block;
  color: #666;
  height: 37px;
  line-height: 37px;
}
.sub_updown div a[href]:hover {
  color: #c3000a;
}
.sub_updown div a[href]:hover span {
  color: #fff;
}
.sub_updown span {
  display: block;
  float: left;
  height: 37px;
  line-height: 37px;
  width: 116px;
  text-align: center;
  color: #fff;
  margin-right:15px;
  background: url(../images/sxy.png) no-repeat center;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 14px;
}
.ql_fenye a,
.ql_fenye span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0px 3px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: url(../images/yuanquan.png) no-repeat left center;
}
.ql_fenye a.c_sxy{
	width: 86px;
	background: url(../images/sxyfe.png) no-repeat left center;
}
.ql_fenye a[href].c_sxy:hover{
	background: url(../images/sxyfe.png) no-repeat right center;
}
.ql_fenye a {
  color: #333;
}
.ql_fenye a[href]:hover {
  color: #fff;
  background-position: right center;
}
.ql_fenye span {
  color: #fff;
  background-position: right center;
}
/*选中需要全部important一下*/
/*分页 END*/
/*百度地图*/
.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}
a[href] * {
  cursor: pointer;
}
/*此文件放置共用函数、变量等*/
/* 手机rem单位字号，与js保持一致 */
/* 兼容IE7 透明度写法 */
/* 字体设置 */
/* 定位属性 */
/* 遮罩层定位 */
/* 截字符 */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
/* 公用类 */
body {
  font-size: 12px;
  color: #333;
  line-height: 1.8;
  font-family: "微软雅黑";
}
/* 清楚浮动 */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
input {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
textarea {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
.hxq_gaba {
  display: inline-block;
  line-height: 26px;
  padding-left: 25px;
  min-height: 20px !important;
  background: url(../images/bah_10.png) no-repeat left center;
}
.hxq_w1920 {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.hxq_w1200 {
  width: 1200px;
  margin: 0 auto;
}
.hxq_w1003 {
  width: 1003px;
  margin: 0 auto;
}
/* CSS Document */
/*以下为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
body {
  font-size: 12px;
  line-height: 26px;
  font-family: "微软雅黑";
  white-space: normal;
  word-break: break-word;
}
.cg_fs {
  font-family: "宋体";
}
.cg_l {
  float: left;
}
.cg_r {
  float: right;
}
/*width*/
.w1002,
.w1004,
.w1100,
.w1200,
.w1216,
.w1080,
.w1280 {
  margin: 0 auto;
}
.w1002 {
  width: 1002px;
}
.w1004 {
  width: 1004px;
}
.w1100 {
  width: 1100px;
}
.w1200 {
  width: 1200px;
}
.w1216 {
  width: 1216px;
}
.w1080 {
  width: 1080px;
}
.w1280 {
  width: 1280px;
}
/*height*/
.cg_height5 {
  height: 5px;
}
.cg_height10 {
  height: 10px;
}
.cg_height15 {
  height: 15px;
}
.cg_height20 {
  height: 20px;
}
.cg_height25 {
  height: 25px;
}
.cg_height30 {
  height: 30px;
}
.cg_height35 {
  height: 35px;
}
.cg_height40 {
  height: 40px;
}
.cg_height45 {
  height: 45px;
}
.cg_height50 {
  height: 50px;
}
.cg_height55 {
  height: 55px;
}
.cg_height60 {
  height: 60px;
}
.cg_height65 {
  height: 65px;
}
.cg_height70 {
  height: 70px;
}
.cg_height75 {
  height: 75px;
}
.cg_height80 {
  height: 80px;
}
.cg_height85 {
  height: 85px;
}
.cg_height90 {
  height: 90px;
}
.cg_height95 {
  height: 95px;
}
.cg_height100 {
  height: 100px;
}
.cg_height105 {
  height: 105px;
}
.cg_height110 {
  height: 110px;
}
.cg_height115 {
  height: 115px;
}
.cg_height120 {
  height: 120px;
}
.cg_height125 {
  height: 125px;
}
.cg_height130 {
  height: 130px;
}
.cg_height135 {
  height: 135px;
}
.cg_height140 {
  height: 140px;
}
.cg_height145 {
  height: 145px;
}
.cg_height150 {
  height: 150px;
}
/*margin*/
.cg_margin_rightno {
  margin-right: 0 !important;
}
.cg_margin_topno {
  margin-top: 0 !important;
}
.cg_margin_bottomno {
  margin-bottom: 0 !important;
}
.cg_margin_leftno {
  margin-left: 0 !important;
}
/*padding*/
.cg_padding_leftno {
  padding-left: 0 !important;
}
.cg_padding_rightno {
  padding-right: 0 !important;
}
.cg_padding_topno {
  padding-top: 0 !important;
}
.cg_padding_bottomno {
  padding-bottom: 0 !important;
}
/*border*/
.cg_border_topno {
  border-top: none !important;
}
.cg_border_leftno {
  border-left: none !important;
}
.cg_border_rightno {
  border-right: none !important;
}
.cg_border_bottomno {
  border-bottom: none !important;
}
/*关键字样式*/
.ql_subpag_about a {
  font-weight: bold;
  color: #000;
}
.ql_subpag_about a:hover {
  color: #666;
}
.qgl_mgaba {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  line-height: 26px;
  padding-left: 25px;
  min-height: 20px !important;
  background: url(../images/gaba.png) no-repeat left center;
}
/*以上为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
/*BEGIN*/
.c_header {
  background: url(../images/topback.jpg);
  height: 135px;
  position: relative;
  z-index: 99;
  box-shadow: 0 2px 10px #111;
}
.c_header a.c_logo {
  float: left;
  margin-bottom: -45px;
}
.c_header .c_topright {
  width: 845px;
  float: right;
}
.c_header .c_righttop {
  overflow: hidden;
  padding: 20px 0;
}
.c_header .c_righttop .c_topsearch {
  float: right;
  background: url(../images/yuankk.png) no-repeat center;
  width: 250px;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
}
.c_header .c_righttop .c_topsearch a {
  float: right;
  background: url(../images/sousuo.png) no-repeat left center;
  width: 32px;
  height: 35px;
}
.c_header .c_righttop .c_topsearch a:hover {
  background-image: url(../images/sousuo1.png);
}
.c_header .c_righttop .c_topsearch div {
  float: left;
  width: 210px;
  height: 35px;
}
.c_header .c_righttop .c_topsearch div input {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #999;
}
.c_header .c_righttop .c_toptel {
  float: right;
  margin: 5px 20px 0 0;
}
.c_header .c_topnav {
  margin-top: 8px;
}
.c_header .c_topnav ul {
  width: 950px;
}
.c_header .c_topnav li {
  float: left;
  margin-right: 42px;
  position: relative;
}
.c_header .c_topnav li .c_sublist{
	position: absolute;
	width: 158px;
	left: 50%;
	margin-left: -79px;
	background: url(../images/topback.jpg);
	display: none;
	padding: 10px 0;
  box-shadow: 0 2px 5px #111 inset;
}
.c_header .c_topnav li:hover .c_sublist{
	display: block;
}
.c_header .c_topnav li .c_sublist a{
	padding: 10px;
	text-align: center;
	color: #ffe2aa !important;
}
.c_header .c_topnav li .c_sublist a:hover{
	color: #fff !important;
}
.c_header .c_topnav li .c_sublist a.on{
	color: #fff !important;
}
.c_header .c_topnav li a {
  display: block;
  color: #ffe2aa;
  font-size: 15px;
  padding-bottom: 26px;
}
.c_header .c_topnav li a:hover {
  color: #fff;
}
.c_header .c_topnav li.on a {
  color: #fff;
}
.c_footer {
  background: url(../images/topback.jpg);
  position: relative;
  z-index: 9;
}
.c_footer .w1080 {
  padding: 20px 0 10px;
}
.c_footer .c_botinfo {
  text-align: center;
  background: #970108;
  line-height: 18px;
  color: #ab4a4e;
  padding: 10px 0;
}
.c_footer .c_botinfo a {
  color: #ab4a4e;
}
.c_footer .c_botinfo a:hover {
  color: #ffe2aa;
}
.c_footer .c_botinfo img {
  vertical-align: middle;
}
.c_footer .botright {
  float: right;
  width: 145px;
}
.c_footer .botright .dier {
  padding-left: 15px;
}
.c_footer .botright .dier img {
  display: block;
  width: 94px;
  height: 94px;
  margin: 0 auto;
}
.c_footer .botright .c_fenxi {
  overflow: hidden;
  padding: 20px 0 0;
}
.c_footer .botright .c_fenxi a {
  float: left;
  margin-left: 15px;
  width: 33px;
  height: 32px;
  background: url(../images/botlian.png) no-repeat;
}
.c_footer .botright .c_fenxi a.c_fx1 {
  background-position: left top;
}
.c_footer .botright .c_fenxi a.c_fx1:hover {
  background-position: left bottom;
}
.c_footer .botright .c_fenxi a.c_fx2 {
  background-position: -47px top;
}
.c_footer .botright .c_fenxi a.c_fx2:hover {
  background-position: -47px bottom;
}
.c_footer .botright .c_fenxi a.c_fx3 {
  background-position: right top;
}
.c_footer .botright .c_fenxi a.c_fx3:hover {
  background-position: right bottom;
}
.c_footer .botleft {
  float: left;
  width: 835px;
}
.c_footer .botleft .botlefttop {
  height: 40px;
  margin-top:20px;
}
.c_footer .botleft .botlefttop .c_youlink {
  position: relative;
  background: url(../images/youlingk.jpg) no-repeat center;
  width: 252px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  float: right;
}
.c_footer .botleft .botlefttop .c_youlink a {
  color: #fff;
}
.c_footer .botleft .botlefttop .c_youlink a:hover {
  color: #f90;
}
.c_footer .botleft .botlefttop .c_youlink ul {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
  background: #8b0108;
  display: none;
}
.c_footer .botleft .botlefttop .c_youlink ul a {
  display: block;
  padding: 0 10px;
  line-height: 30px;
  height: 30px;
}
.c_footer .botleft .botlefttop .c_youlink:hover ul {
  display: block;
}
.c_footer .botleft .botlefttop .c_botnav {
  float: left;
  padding: 5px 0 0;
}
.c_footer .botleft .botlefttop .c_botnav a {
  float: left;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  margin-right: 40px;
}
.c_footer .botleft .botlefttop .c_botnav a:hover {
  color: #ffe2aa;
}
.c_footer .botleft .c_botlx {
  overflow: hidden;
  padding: 30px 0 0;
}
.c_footer .botleft .c_botlx .c_lx {
  float: left;
  margin-right: 52px;
}
.c_footer .botleft .c_botlx .c_lx img {
  display: block;
  margin-top: 6px;
  float: left;
}
.c_footer .botleft .c_botlx .c_lx div {
  float: right;
  padding: 0 10px;
  font-size: 14px;
}
.c_footer .botleft .c_botlx .c_lx div em {
  display: block;
  color: #aaa;
}
.c_footer .botleft .c_botlx .c_lx div span {
  display: block;
  color: #fff;
}
.c_footer .botleft .c_botlx .c_lx.lxl {
  float: right;
  margin-right: 0;
}
.c_floor1 {
  padding: 30px 0;
}
.c_tit {
  overflow: hidden;
}
.c_tit img {
  float: left;
}
.c_tit h2 {
  font-size: 20px;
  margin-left: 55px;
}
.c_tit h2 a {
  color: #333;
  display: block;
  background: url(../images/titbacn.jpg) no-repeat left top;
  padding: 16px 0 0 0;
}
.c_tit h2 a:hover {
  color: #8B0108;
}
.c_gywm {
  float: left;
  width: 360px;
  padding: 20px 0;
}
.c_gywm .c_inabout {
  color: #333;
  font-size: 14px;
  line-height: 26px;
  padding: 20px 0 20px;
}
.c_gywm .c_inabout a {
  color: #970108;
}
.c_gywm .c_inabout a:hover {
  color: #f90;
}
.c_innews {
  float: left;
  padding: 20px 25px;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 0 0 20px #f3f3f3;
     -moz-box-shadow: 0 0 20px #f3f3f3;
          box-shadow: 0 0 20px #f3f3f3;
  width: 370px;
  margin-left: 30px;
}
.c_innews .c_newslist {
  height: 220px;
  padding: 10px 0 0;
}
.c_newslist li {
  overflow: hidden;
  border-bottom: 1px dashed #dbdbdb;
}
.c_newslist li span {
  float: right;
  height: 38px;
  line-height: 38px;
}
.c_newslist li h3 {
  font-size: 14px;
  font-weight: normal;
}
.c_newslist li h3 a {
  height: 38px;
  line-height: 38px;
  color: #333;
  display: block;
  padding-left: 15px;
  background: url(../images/dian.png) no-repeat left center;
}
.c_newslist li h3 a:hover {
  color: #e30008;
}
.c_invideo {
  float: right;
  width: 250px;
  padding: 20px 0;
}
.c_invideo .c_video {
  width: 250px;
  height: 230px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.c_invideo .c_video a.c_bo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  background: url(../images/bofan.png) no-repeat left center;
  margin: -24px 0 0 -24px;
}
.c_invideo .c_video a.c_bo:hover {
  background-position: right center;
}
.c_floor2 {
  background: #f8f8f8;
  padding: 40px 0;
}
.c_floor2 h2 a {
  display: block;
  height: 93px;
  background: url(../images/tit.png) no-repeat center top;
}
.c_floor2 h2 a:hover {
  background-position: center bottom;
}
.c_pro {
  overflow: hidden;
  padding: 40px 0 0;
  min-height:200px;
}
.c_pro .bd ul {
  overflow: hidden;
}
.c_pro .bd ul li {
  width: 260px;
  float: left;
  margin-right: 14px;
}
.c_pro .bd ul li a {
  display: block;
  position:relative;
}
.c_pro .bd ul li img {
  display: block;
}
.c_pro .bd ul li img.kji{
  position:absolute;
  width:100%;
  height:100%;
  left: 0;
  top: 0;
}
.c_pro .bd ul li img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_pro .bd ul li h3 {
  font-size: 16px;
}
.c_pro .bd ul li h3 a {
  color: #0d0d0d;
  text-align: center;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
}
.c_pro .bd ul li:hover {
  background: #b10009;
}
.c_pro .bd ul li:hover a {
  color: #fff;
}
.c_pro .hd {
  position: relative;
  z-index: 6;
}
.c_pro .hd a {
  display: block;
  position: absolute;
  width: 30px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: url(../images/jiantou.png) no-repeat;
  top: 110px;
}
.c_pro .hd a.next {
  background-position: right top;
  right: 0;
}
.c_pro .hd a.next:hover {
  background-position: right bottom;
}
.c_pro .hd a.prev {
  background-position: left top;
  left: 0;
}
.c_pro .hd a.prev:hover {
  background-position: left bottom;
}
.c_pagetop {
  background: url(../images/huawen.jpg);
  padding: 20px 0 0;
}
.c_position {
  text-align: right;
  color: #000;
  font-size: 14px;
  margin-top: -40px;
}
.c_position a {
  color: #000;
}
.c_position a:hover {
  color: #c3000a;
}
.c_position a.c_shoyu {
  padding-left: 26px;
  background: url(../images/fangzi.png) no-repeat left center;
}
.c_catename {
  text-align: center;
  font-size: 26px;
  color: #c3000a;
}
.c_catename em {
  background: url(../images/jiu.png) no-repeat left center;
  line-height: 50px;
  padding: 10px 0 10px 50px;
}
.c_catelist {
  text-align: center;
  padding: 10px 0 20px;
}
.c_catelist h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  vertical-align: middle;
  margin-top: 20px;
}
.c_catelist h2 a {
  color: #000;
  float: left;
  height: 34px;
  line-height: 34px;
}
.c_catelist h2 em {
  float: left;
  height: 34px;
  line-height: 34px;
  width: 32px;
}
.c_catelist h2:hover em.ca_l {
  background: url(../images/catal.png) no-repeat center;
}
.c_catelist h2:hover em.ca_r {
  background: url(../images/catar.png) no-repeat center;
}
.c_catelist h2:hover a {
  background: url(../images/catam.png) repeat-x center;
}
.c_catelist h2.on em.ca_l {
  background: url(../images/catal.png) no-repeat center;
}
.c_catelist h2.on em.ca_r {
  background: url(../images/catar.png) no-repeat center;
}
.c_catelist h2.on a {
  background: url(../images/catam.png) repeat-x center;
}
.c_catelist span {
  font-size: 16px;
  vertical-align: middle;
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  margin-top: 20px;
}
.c_page {
  min-height: 300px;
  padding: 40px 0;
}
.c_sitemap {
  background: url(../images/siteback.jpg) no-repeat center bottom;
  padding-bottom: 50px;
  min-height: 400px;
  margin-bottom: -40px;
}
.c_sitemap .c_jiloog {
  text-align: center;
}
.c_sitemap .c_links {
  text-align: center;
  margin-top: 30px;
  background: url(../images/xian.png) no-repeat center 38px;
}
.c_sitemap .c_links ul {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0 20px;
}
.c_sitemap .c_links ul li a {
  color: #666;
  font-size: 14px;
  line-height: 32px;
}
.c_sitemap .c_links ul li a:hover {
  color: #c3000a;
}
.c_sitemap .c_links ul li.c_itst {
  padding: 0 0 20px;
}
.c_sitemap .c_links ul li.c_itst a {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.c_sitemap .c_links ul li.c_itst a:hover {
  color: #c3000a;
}
.c_lxwm {
  padding: 30px 0 0;
}
.c_lxfs {
  float: left;
  width: 450px;
  font-size: 14px;
  color: #000;
  line-height: 38px;
}
.c_map {
  float: right;
  background: url(../images/ditu.jpg);
  width: 592px;
  height: 250px;
  padding: 8px;
}
.c_l {
  float: left;
}
.c_r {
  float: right;
}
.c_input {
  height: 50px;
  line-height: 50px;
  margin-top: 35px;
}
.c_input span {
  float: left;
  height: 50px;
  line-height: 50px;
  width: 76px;
  font-size: 16px;
  color: #666;
}
.c_input div {
  margin-left: 78px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  width: 390px;
  padding: 0 10px;
}
.c_input div input {
  display: block;
  height: 48px;
  line-height: 48px;
  width: 100%;
  font-size: 16px;
  color: #666;
}
.c_input div em {
  position: absolute;
  right: -16px;
  color: #ca0000;
  font-size: 16px;
  top: 0;
}
.c_textarea {
  height: 200px;
  line-height: 30px;
  margin-top: 35px;
}
.c_textarea span {
  float: left;
  height: 50px;
  line-height: 50px;
  width: 76px;
  font-size: 16px;
  color: #666;
}
.c_textarea div {
  margin-left: 78px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  padding: 8px 10px;
}
.c_textarea div textarea {
  display: block;
  height: 168px;
  line-height: 30px;
  width: 100%;
  font-size: 16px;
  color: #666;
  resize: none;
}
.c_textarea div em {
  position: absolute;
  right: -16px;
  color: #ca0000;
  font-size: 16px;
  top: 0;
}
.c_input1 {
  height: 50px;
  line-height: 50px;
  margin-top: 35px;
}
.c_input1 span {
  float: left;
  height: 50px;
  line-height: 50px;
  width: 76px;
  font-size: 16px;
  color: #666;
}
.c_input1 div {
  margin-left: 2px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  width: 136px;
  padding: 0 10px;
  float: left;
}
.c_input1 div input {
  display: block;
  height: 48px;
  line-height: 48px;
  width: 100%;
  font-size: 16px;
  color: #666;
}
.c_input1 em {
  float: left;
  margin-left: 10px;
  color: #ca0000;
  font-size: 16px;
}
.c_input1 img {
  float: left;
  margin-left: 20px;
  height: 50px;
  width: 120px;
  cursor: pointer;
}
.c_anjian {
  float: right;
}
.c_anjian a {
  float: right;
  width: 130px;
  height: 42px;
  line-height: 42px;
  background: #404348;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 4px 0 0 20px;
}
.c_anjian a:hover {
  background: #aa0009;
}
.c_lylist {
  margin-top: 20px;
  min-height: 400px;
  padding-bottom: 40px;
}
.c_lylist li {
  padding: 15px 0;
}
.c_lylist .c_lium {
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  font-size: 19px;
  color: #333;
}
.c_lylist .c_lium img {
  float: left;
  margin-right: 15px;
}
.c_lylist .liuhua {
  padding: 10px 10px 10px 50px;
  font-size: 15px;
  color: #333;
}
.c_lylist .c_liu {
  border-bottom: 1px solid #f6f6f6;
}
.c_lylist .c_hui {
  background: #f6f5f5;
  padding: 15px 10px 15px 40px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin-top: 15px;
}
.c_lylist .c_huim {
  overflow: hidden;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  color: #333;
}
.c_lylist .c_huim img {
  float: left;
  margin-right: 15px;
}
.c_lylist .huihua {
  font-size: 14px;
  color: #333;
  padding: 10px 10px 0 44px;
}
.c_zxjm {
  font-size: 16px;
  color: #333;
  line-height: 35px;
}
.tout {
  overflow: hidden;
  background: #f5f5f5;
  padding: 18px 15px;
}
.tout a.c_toutu {
  float: left;
}
.tout a.c_toutu img {
  display: block;
}
.tout a.c_toutu img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tout .c_moa {
  margin-left: 260px;
}
.tout .c_moa h3 {
  font-size: 18px;
  color: #333;
}
.tout .c_moa h3 a {
  color: #333;
  display: block;
  line-height: 50px;
}
.tout .c_moa h3 a:hover {
  color: #c3000a;
}
.tout .c_moa em {
  display: block;
  font-size: 14px;
  color: #666;
}
.tout .c_moa .c_des {
  padding: 18px 0 0;
  font-size: 14px;
  color: #333;
  height: 26px;
  overflow: hidden;
}
.c_pnewslist li {
  overflow: hidden;
  font-size: 14px;
  padding: 24px 0;
  border-bottom: 1px dotted #e6e6e6;
}
.c_pnewslist li .c_lis {
  overflow: hidden;
}
.c_pnewslist li .c_lis span {
  float: right;
  color: #666;
}
.c_pnewslist li .c_lis em {
  float: left;
  padding-right: 10px;
}
.c_pnewslist li .c_lis h3 {
  font-size: 15px;
  font-weight: normal;
}
.c_pnewslist li .c_lis h3 a {
  color: #000;
  display: block;
}
.c_pnewslist li .c_lis h3 a:hover {
  color: #970108;
}
.c_pnewslist li .c_deso {
  color: #666;
  height: 52px;
  overflow: hidden;
  line-height: 26px;
  padding: 10px 0 0 24px;
}
.c_jxxw {
  min-height: 400px;
  padding-bottom: 40px;
}

h1.c_jite{text-align: center;color: #c3000a;font-size: 18px;padding: 0 0 10px;}
.c_textinfo{text-align: center;height: 40px;line-height: 40px;border-bottom:1px solid #ddd;border-top:1px solid #ddd;color: #666;font-size: 14px;}
.c_textinfo a{color: #666;}
.c_textinfo a:hover{color: #c3000a;}
.c_textcont{font-size: 16px;color: #333;line-height: 38px;padding: 30px 0;min-height: 300px;}
.c_textcont img{max-width: 100% !important;height: auto !important;}
.c_textcont1{font-size: 16px;color: #333;line-height: 38px;padding: 30px 0;min-height: 100px;}
.c_textcont1 img{max-width: 100% !important;height: auto !important;}
.c_xgtj{overflow: hidden;padding: 30px 0 0;}
.c_xgtj ul{overflow: hidden;width: 1280px;padding-top: 20px;}
.c_xgtj ul li{overflow: hidden;width: 495px;float: left;margin: 0 88px 0 0;line-height: 52px;height: 52px;}
.c_xgtj ul li span{float: right;font-size: 14px;color: #333;}
.c_xgtj ul li h3{font-size: 15px;font-weight: normal;}
.c_xgtj ul li h3 a{color: #000;display: block;}
.c_xgtj ul li h3 a:hover{color: #970108;}
.c_jxcp {
  overflow: hidden;
}
.c_jxcp ul {
	margin-top: -40px;
	width: 1200px;
	min-height: 400px;
	padding-bottom: 40px;
  overflow: hidden;
}
.c_jxcp ul li {
  width: 260px;
  margin-top: 40px;
  float: left;
  margin-right: 14px;
}
.c_jxcp ul li a {
  display: block;
  position:relative;
}
.c_jxcp ul li img.kji{
  position:absolute;
  width:100%;
  height:100%;
  left: 0;
  top: 0;
}
.c_jxcp ul li img {
  display: block;
}
.c_jxcp ul li img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_jxcp ul li h3 {
  font-size: 16px;
}
.c_jxcp ul li h3 a {
  color: #0d0d0d;
  text-align: center;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
}
.c_jxcp ul li:hover {
  background: #b10009;
}
.c_jxcp ul li:hover a{
  color: #fff;
}
.c_datu{text-align: center;padding: 40px 0 0;}
.c_scjd{overflow: hidden;}
.c_scjd ul{overflow: hidden;width: 1200px;min-height: 400px;padding-bottom: 40px;}
.c_scjd ul li{overflow: hidden;width: 345px;height: 202px;position: relative;overflow: hidden;float: left;margin: 20px 22px 0 0;}
.c_scjd ul li .c_tes{width: 345px;height: 202px;position: absolute;left: 0;top: 0;display: none;}
.c_scjd ul li:hover .c_tes{display: block;}
.c_scjd ul li img{display: block;width: 345px;height: 202px;}
.c_scjd ul li h3{font-size: 18px;font-weight: normal;position: absolute;width: 100%;bottom: 0;left: 0;}
.c_scjd ul li:hover h3{display: none;}
.c_scjd ul li h3 a{display: block;padding: 0 20px;background: url(../images/youjian.png) no-repeat 300px center;color: #fff;height: 54px;line-height: 54px;}
.c_about img{max-width: 100% !important;height: auto !important;}

.c_jxwh{overflow: hidden;}
.c_jxwh ul{overflow: hidden;width: 1200px;min-height: 400px;padding-bottom: 40px;}
.c_jxwh ul li{overflow: hidden;width: 345px;height: 202px;position: relative;overflow: hidden;float: left;margin: 20px 22px 0 0;}
.c_jxwh ul li .c_tes{width: 345px;height: 202px;position: absolute;left: 0;top: 0;display: block;}
.c_jxwh ul li img{display: block;width: 345px;height: 202px;}
.c_jxwh ul li h3{font-size: 18px;font-weight: normal;position: absolute;width: 100%;bottom: 0;left: 0;}
.c_jxwh ul li:hover h3{text-align: center;}
.c_jxwh ul li h3 a{display: block;padding: 0 20px;background: url(../images/youjian.png) no-repeat 300px center;color: #fff;height: 54px;line-height: 54px;}
.c_jxwh ul li:hover h3 a{background: none;}

.c_ryjjzs .hd{position: relative;height: 56px;}
.c_ryjjzs .hd a{position: absolute;width: 36px;height: 36px;background: url(../images/jiane.png) no-repeat;top: 160px;}
.c_ryjjzs .hd a.next{right:-60px;background-position: right top;}
.c_ryjjzs .hd a.next:hover{background-position: right bottom;}
.c_ryjjzs .hd a.prev{left:-60px;background-position: left top;}
.c_ryjjzs .hd a.prev:hover{background-position: left bottom;}
.c_ryjjzs .bd{overflow: hidden;}
.c_ryjjzs .bd li{float: left;margin-right: 50px;width: 326px;}
.c_ryjjzs .bd li h3{font-size: 18px;font-weight: normal;color: #333;height: 65px;line-height: 65px;background: url(../images/jian.jpg) no-repeat right center;}
.c_ryjjzs .bd li:hover h3{background-image: url(../images/jian1.jpg);color: #ae0009;}
.c_shimap{text-align: center;position: relative;width: 1080px;height: 635px;background: url(../images/about7.jpg) no-repeat center;}
.disnf{position: absolute;font-size: 18px;font-weight: bold;color: #5c1111;cursor: pointer;}
.disnf em{float: left;width: 23px;height: 31px;background: url(../images/biao.png) no-repeat center bottom;margin-top: -10px;}
.disnf p{margin-left: 26px;border: 1px solid transparent;padding: 0 5px;border-radius: 4px;}
.disnf.on p{background: #fff;border: 1px solid #ddd;}
.disnf.dd1{top: 495px;left: 521px;}
.disnf.dd2{top: 463px;left: 388px;}
.disnf.dd3{top: 184px;left: 780px;}
.disnf.dd4{top: 291px;left: 838px;}
.disnf.dd5{top: 251px;left: 782px;}
.disnf.dd6{top: 439px;left: 744px;}
.disnf.dd7{top: 379px;left: 658px;}
.disnf.dd8{top: 406px;left: 524px;}
.disnf.dd9{top: 521px;left: 463px;}
.disnf.dd10{top: 507px;left: 379px;}
.disnf.dd11{top: 483px;left: 379px;}
.disnf.dd12{top: 525px;left: 325px;}
.disnf.dd13{top: 468px;left: 568px;}
.disnf.dd14{top: 443px;left: 546px;}
.disnf em span{height: 31px;width: 23px;display: none;text-align: center;line-height: 24px;color: #fff;font-weight: normal;font-size: 14px;}
.disnf.on em span{display: block;}
.disnf.on{color: #f40014;z-index: 8;}
.disnf.on em{background-image: url(../images/biao1.png);}
.c_dianpu h4{font-size: 22px;color: #bd8863;font-weight: normal;line-height: 50px;height: 50px;}
.c_dlist{overflow: hidden;width: 1200px;}
.c_dlist.on{display: block;}
.c_dlist div{float: left;width: 320px;margin-right: 60px;}
.c_dlist div em{display: block;height: 50px;line-height: 50px;font-size: 18px;color: #666;}
.c_dlist div p{font-size: 14px;color: #333;}
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/

/*# sourceMappingURL=all.css.map */
